Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NReferenceEqualsFilter<T> Class
Fields Properties Methods


In This Topic
    NReferenceEqualsFilter<T> Class Members
    In This Topic

    The following tables list the members exposed by NReferenceEqualsFilter<T>.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new equals filter that checks the items for equality with the specified other item  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the item to check with  
    Top
    Public Methods
     NameDescription
    Public MethodReturns true, if the item is equal to the specified item. This operation uses the item Object.ReferenceEquals method.  
    Top
    See Also